NevronOpenVision
Nevron.Nov.Diagram.DrawingTools Namespace / NCreatePageItemTool<TPageItem> Class
Fields Properties Methods Events


In This Topic
    NCreatePageItemTool<TPageItem> Class Members
    In This Topic

    The following tables list the members exposed by NCreatePageItemTool<TPageItem>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NCreatePageItemTool  
    Top
    Protected Fields
     NameDescription
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Internal Field  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the distance, beyond which the mouse has to be dragged for the respective page item to be created.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the CreateItemDistance has been passed.  
    Protected PropertyGets the snap point (in drawing coordinates) with which the page item preview was last stretched.  
    Protected PropertyObtains a reference to the page element, which is created for preview purposes.  
    Protected PropertyGets the snap point (in drawing coordinates) with which the page item preview was started.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Overridden. Determines whether the tool can activate  
    Public MethodOverridden. Processes the mouse move event  
    Top
    Protected Methods
     NameDescription
    Protected MethodAdds the page item to the active page. This implementation adds the created item to the active page and single selects its.  
    Protected MethodMust override to create a new page item that the tool edits and later appends to the page  
    Protected MethodEnds the preview of the page item. This implementation removes the item from the active page previews.  
    Protected MethodDetermines whether the page item content is empty  
    Protected MethodOverridden. Overriden to end a drag operation in the view  
    Protected MethodOverridden. Overriden to start a drag operation in the view  
    Protected MethodOverridden. Overriden to end a drag operation in the view  
    Protected MethodOverridden. Called when the enabled flag has changed  
    Protected MethodSnaps the begin or end point point  
    Protected MethodStarts a the page item preview. This implementation creates a page item and adds it the active page previews.  
    Protected MethodMust override to stretch the preview according to the current values of BeginPagePos and EndPagePos.  
    Top
    See Also